Here, we’re just setting a few options.
knitr::opts_chunk$set(
warning = TRUE, # show warnings during codebook generation
message = TRUE, # show messages during codebook generation
error = TRUE, # do not interrupt codebook generation in case of errors,
# usually better for debugging
echo = TRUE # show R code
)
ggplot2::theme_set(ggplot2::theme_bw())
Now, we’re preparing our data for the codebook.
library(codebook)
# codebook_data <- codebook::bfi
# to import an SPSS file from the same folder uncomment and edit the line below
# codebook_data <- rio::import("mydata.sav")
# for Stata
# codebook_data <- rio::import("mydata.dta")
# for CSV
# codebook_data <- rio::import("mydata.csv")
codebook_data <- rio::import("codebook_source/accellerometer.rds")
# omit the following lines, if your missing values are already properly labelled
codebook_data <- detect_missing(codebook_data,
only_labelled = TRUE, # only labelled values are autodetected as
# missing
negative_values_are_missing = FALSE, # negative values are missing values
ninety_nine_problems = TRUE, # 99/999 are missing values, if they
# are more than 5 MAD from the median
)
# If you are not using formr, the codebook package needs to guess which items
# form a scale. The following line finds item aggregates with names like this:
# scale = scale_1 + scale_2R + scale_3R
# identifying these aggregates allows the codebook function to
# automatically compute reliabilities.
# However, it will not reverse items automatically.
codebook_data <- detect_scales(codebook_data)
Create codebook
codebook(codebook_data)
## No missing values.
Dataset name: Accelerometer Standard Deviation and Mean Data
This data set contains the standard deviation and mean of the original data. See the README.txt found in the original data, “sample_data/getdata_projectfiles_UCI_HAR_Dataset/UCI HAR Dataset/README.txt”, for more information.
Metadata for search engines
Spatial Coverage: Online
Citation: Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. Human Activity Recognition on Smartphones using a Multiclass Hardware-Friendly Support Vector Machine. International Workshop of Ambient Assisted Living (IWAAL 2012). Vitoria-Gasteiz, Spain. Dec 2012
URL: https://github.com/rodelor97/GettingCleaningDataWeek4Project
Date published: 2021-01-23
Creator:
| name | value |
|---|---|
| 1 | Robert de Lorimier |
|
#Variables
Subject id
Distribution of values for subject_id
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| subject_id | Subject id | numeric | 0 | 1 | 1 | 17 | 30 | 16.14642 | 8.679067 | ▇▆▇▇▇ |
Activity name
Distribution of values for activity_name
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace |
|---|---|---|---|---|---|---|---|---|---|
| activity_name | Activity name | character | 0 | 1 | 6 | 0 | 6 | 18 | 0 |
Time domains signal (50Hz const rate), body acceleration mean X axis,
Distribution of values for timeof_body_accel_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_mean_x | Time domains signal (50Hz const rate), body acceleration mean X axis, | numeric | 0 | 1 | -1 | 0.28 | 1 | 0.2743473 | 0.0676278 | ▁▁▁▇▁ |
Time domains signal (50Hz const rate), body acceleration mean Y axis,
Distribution of values for timeof_body_accel_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_mean_y | Time domains signal (50Hz const rate), body acceleration mean Y axis, | numeric | 0 | 1 | -1 | -0.017 | 1 | -0.0177435 | 0.0371282 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body acceleration mean Z axis,
Distribution of values for timeof_body_accel_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_mean_z | Time domains signal (50Hz const rate), body acceleration mean Z axis, | numeric | 0 | 1 | -1 | -0.11 | 1 | -0.108925 | 0.0530331 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body acceleration standard deviation X axis,
Distribution of values for timeof_body_accel_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_std_x | Time domains signal (50Hz const rate), body acceleration standard deviation X axis, | numeric | 0 | 1 | -1 | -0.94 | 1 | -0.6077838 | 0.4386938 | ▇▃▂▁▁ |
Time domains signal (50Hz const rate), body acceleration standard deviation Y axis,
Distribution of values for timeof_body_accel_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_std_y | Time domains signal (50Hz const rate), body acceleration standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.84 | 1 | -0.5101914 | 0.5002398 | ▇▁▅▁▁ |
Time domains signal (50Hz const rate), body acceleration standard deviation Z axis,
Distribution of values for timeof_body_accel_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_std_z | Time domains signal (50Hz const rate), body acceleration standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.85 | 1 | -0.6130643 | 0.4036566 | ▇▅▂▁▁ |
Time domains signal (50Hz const rate), gravity acceleration mean X axis,
Distribution of values for timeof_gravity_accel_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_mean_x | Time domains signal (50Hz const rate), gravity acceleration mean X axis, | numeric | 0 | 1 | -1 | 0.92 | 1 | 0.6692262 | 0.5154858 | ▁▁▁▁▇ |
Time domains signal (50Hz const rate), gravity acceleration mean Y axis,
Distribution of values for timeof_gravity_accel_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_mean_y | Time domains signal (50Hz const rate), gravity acceleration mean Y axis, | numeric | 0 | 1 | -1 | -0.14 | 1 | 0.0040388 | 0.3789092 | ▁▇▇▂▂ |
Time domains signal (50Hz const rate), gravity acceleration mean Z axis,
Distribution of values for timeof_gravity_accel_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_mean_z | Time domains signal (50Hz const rate), gravity acceleration mean Z axis, | numeric | 0 | 1 | -1 | 0.037 | 1 | 0.0921509 | 0.3342702 | ▁▂▇▂▂ |
Time domains signal (50Hz const rate), gravity acceleration standard deviation X axis,
Distribution of values for timeof_gravity_accel_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_std_x | Time domains signal (50Hz const rate), gravity acceleration standard deviation X axis, | numeric | 0 | 1 | -1 | -0.98 | 1 | -0.9652071 | 0.0777148 | ▇▁▁▁▁ |
Time domains signal (50Hz const rate), gravity acceleration standard deviation Y axis,
Distribution of values for timeof_gravity_accel_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_std_y | Time domains signal (50Hz const rate), gravity acceleration standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.98 | 1 | -0.954408 | 0.0852866 | ▇▁▁▁▁ |
Time domains signal (50Hz const rate), gravity acceleration standard deviation Z axis,
Distribution of values for timeof_gravity_accel_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_std_z | Time domains signal (50Hz const rate), gravity acceleration standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.97 | 1 | -0.938901 | 0.1015548 | ▇▁▁▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk mean X axis,
Distribution of values for timeof_body_accel_jerk_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_mean_x | Time domains signal (50Hz const rate), body acceleration jerk mean X axis, | numeric | 0 | 1 | -1 | 0.076 | 1 | 0.0789381 | 0.1761125 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk mean Y axis,
Distribution of values for timeof_body_accel_jerk_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_mean_y | Time domains signal (50Hz const rate), body acceleration jerk mean Y axis, | numeric | 0 | 1 | -1 | 0.011 | 1 | 0.0079481 | 0.1645184 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk mean Z axis,
Distribution of values for timeof_body_accel_jerk_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_mean_z | Time domains signal (50Hz const rate), body acceleration jerk mean Z axis, | numeric | 0 | 1 | -1 | -0.0012 | 1 | -0.0046747 | 0.155979 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk standard deviation X axis,
Distribution of values for timeof_body_accel_jerk_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_std_x | Time domains signal (50Hz const rate), body acceleration jerk standard deviation X axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.639781 | 0.4087118 | ▇▃▂▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk standard deviation Y axis,
Distribution of values for timeof_body_accel_jerk_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_std_y | Time domains signal (50Hz const rate), body acceleration jerk standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.6079716 | 0.4328845 | ▇▃▃▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk standard deviation Z axis,
Distribution of values for timeof_body_accel_jerk_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_std_z | Time domains signal (50Hz const rate), body acceleration jerk standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.7628202 | 0.2779014 | ▇▃▁▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean X axis,
Distribution of values for timeof_body_gyro_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_mean_x | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean X axis, | numeric | 0 | 1 | -1 | -0.028 | 1 | -0.0309825 | 0.1831861 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean Y axis,
Distribution of values for timeof_body_gyro_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_mean_y | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean Y axis, | numeric | 0 | 1 | -1 | -0.075 | 1 | -0.0747195 | 0.1343171 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean Z axis,
Distribution of values for timeof_body_gyro_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_mean_z | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean Z axis, | numeric | 0 | 1 | -1 | 0.086 | 1 | 0.0883573 | 0.1348753 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation X axis,
Distribution of values for timeof_body_gyro_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_std_x | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation X axis, | numeric | 0 | 1 | -1 | -0.9 | 1 | -0.7211926 | 0.3010271 | ▇▅▁▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation Y axis,
Distribution of values for timeof_body_gyro_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_std_y | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.91 | 1 | -0.6826535 | 0.3568845 | ▇▃▁▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation Z axis,
Distribution of values for timeof_body_gyro_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_std_z | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.88 | 1 | -0.6536657 | 0.3726061 | ▇▅▂▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean X axis,
Distribution of values for timeof_body_gyro_jerk_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_mean_x | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean X axis, | numeric | 0 | 1 | -1 | -0.098 | 1 | -0.0967093 | 0.128135 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean Y axis,
Distribution of values for timeof_body_gyro_jerk_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_mean_y | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean Y axis, | numeric | 0 | 1 | -1 | -0.041 | 1 | -0.0423181 | 0.1144092 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean Z axis,
Distribution of values for timeof_body_gyro_jerk_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_mean_z | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean Z axis, | numeric | 0 | 1 | -1 | -0.055 | 1 | -0.0548303 | 0.1288956 | ▁▁▇▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation X axis,
Distribution of values for timeof_body_gyro_jerk_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_std_x | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation X axis, | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.7313485 | 0.3038159 | ▇▃▁▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation Y axis,
Distribution of values for timeof_body_gyro_jerk_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_std_y | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.7860623 | 0.2727157 | ▇▂▁▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation Z axis,
Distribution of values for timeof_body_gyro_jerk_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_std_z | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.7399324 | 0.3019942 | ▇▃▁▁▁ |
Time domains signal (50Hz const rate), body acceleration euclidean norm magnitude mean
Distribution of values for timeof_body_accel_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_magn_mean | Time domains signal (50Hz const rate), body acceleration euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.87 | 1 | -0.5482217 | 0.4670937 | ▇▂▅▁▁ |
Time domains signal (50Hz const rate), body acceleration euclidean norm magnitude standard deviation
Distribution of values for timeof_body_accel_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_magn_std | Time domains signal (50Hz const rate), body acceleration euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.84 | 1 | -0.5912253 | 0.4294313 | ▇▃▂▁▁ |
Time domains signal (50Hz const rate), gravity acceleration euclidean norm magnitude mean
Distribution of values for timeof_gravity_accel_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_magn_mean | Time domains signal (50Hz const rate), gravity acceleration euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.87 | 1 | -0.5482217 | 0.4670937 | ▇▂▅▁▁ |
Time domains signal (50Hz const rate), gravity acceleration euclidean norm magnitude standard deviation
Distribution of values for timeof_gravity_accel_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_gravity_accel_magn_std | Time domains signal (50Hz const rate), gravity acceleration euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.84 | 1 | -0.5912253 | 0.4294313 | ▇▃▂▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk euclidean norm magnitude mean
Distribution of values for timeof_body_accel_jerk_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_magn_mean | Time domains signal (50Hz const rate), body acceleration jerk euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.649418 | 0.3894942 | ▇▃▂▁▁ |
Time domains signal (50Hz const rate), body acceleration jerk euclidean norm magnitude standard deviation
Distribution of values for timeof_body_accel_jerk_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_accel_jerk_magn_std | Time domains signal (50Hz const rate), body acceleration jerk euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.6277629 | 0.4172213 | ▇▃▂▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal euclidean norm magnitude mean
Distribution of values for timeof_body_gyro_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_magn_mean | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.82 | 1 | -0.6052486 | 0.3997096 | ▇▃▃▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal euclidean norm magnitude standard deviation
Distribution of values for timeof_body_gyro_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_magn_std | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.83 | 1 | -0.6625331 | 0.3492246 | ▇▅▂▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean
Distribution of values for timeof_body_gyro_jerk_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_magn_mean | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.96 | 1 | -0.7621376 | 0.2765145 | ▇▃▁▁▁ |
Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk euclidean norm magnitude standard deviation
Distribution of values for timeof_body_gyro_jerk_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| timeof_body_gyro_jerk_magn_std | Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.94 | 1 | -0.7779932 | 0.2715902 | ▇▂▁▁▁ |
Fast fourier tranform frequecy signal, body acceleration mean X axis,
Distribution of values for frequ_body_accel_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_mean_x | Fast fourier tranform frequecy signal, body acceleration mean X axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.6227617 | 0.4207946 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration mean Y axis,
Distribution of values for frequ_body_accel_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_mean_y | Fast fourier tranform frequecy signal, body acceleration mean Y axis, | numeric | 0 | 1 | -1 | -0.86 | 1 | -0.5374933 | 0.4816819 | ▇▂▃▁▁ |
Fast fourier tranform frequecy signal, body acceleration mean Z axis,
Distribution of values for frequ_body_accel_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_mean_z | Fast fourier tranform frequecy signal, body acceleration mean Z axis, | numeric | 0 | 1 | -1 | -0.9 | 1 | -0.6650335 | 0.3588531 | ▇▅▁▁▁ |
Fast fourier tranform frequecy signal, body acceleration standard deviation X axis,
Distribution of values for frequ_body_accel_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_std_x | Fast fourier tranform frequecy signal, body acceleration standard deviation X axis, | numeric | 0 | 1 | -1 | -0.94 | 1 | -0.6033563 | 0.4467928 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration standard deviation Y axis,
Distribution of values for frequ_body_accel_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_std_y | Fast fourier tranform frequecy signal, body acceleration standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.83 | 1 | -0.52842 | 0.479925 | ▇▂▅▁▁ |
Fast fourier tranform frequecy signal, body acceleration standard deviation Z axis,
Distribution of values for frequ_body_accel_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_std_z | Fast fourier tranform frequecy signal, body acceleration standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.84 | 1 | -0.6178748 | 0.3989732 | ▇▅▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration mean freq X axis,
Distribution of values for frequ_body_accel_mean_freq_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_mean_freq_x | Fast fourier tranform frequecy signal, body acceleration mean freq X axis, | numeric | 0 | 1 | -1 | -0.24 | 1 | -0.2214691 | 0.2645858 | ▁▇▆▁▁ |
Fast fourier tranform frequecy signal, body acceleration mean freq Y axis,
Distribution of values for frequ_body_accel_mean_freq_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_mean_freq_y | Fast fourier tranform frequecy signal, body acceleration mean freq Y axis, | numeric | 0 | 1 | -1 | 0.0047 | 1 | 0.0154006 | 0.240846 | ▁▂▇▃▁ |
Fast fourier tranform frequecy signal, body acceleration mean freq Z axis,
Distribution of values for frequ_body_accel_mean_freq_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_mean_freq_z | Fast fourier tranform frequecy signal, body acceleration mean freq Z axis, | numeric | 0 | 1 | -1 | 0.061 | 1 | 0.0473099 | 0.2837848 | ▁▃▇▅▁ |
Fast fourier tranform frequecy signal, body acceleration jerk mean X axis,
Distribution of values for frequ_body_accel_jerk_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_mean_x | Fast fourier tranform frequecy signal, body acceleration jerk mean X axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.6567135 | 0.3899946 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk mean Y axis,
Distribution of values for frequ_body_accel_jerk_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_mean_y | Fast fourier tranform frequecy signal, body acceleration jerk mean Y axis, | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.6289612 | 0.4073001 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk mean Z axis,
Distribution of values for frequ_body_accel_jerk_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_mean_z | Fast fourier tranform frequecy signal, body acceleration jerk mean Z axis, | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.7436082 | 0.2977082 | ▇▃▁▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk standard deviation X axis,
Distribution of values for frequ_body_accel_jerk_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_std_x | Fast fourier tranform frequecy signal, body acceleration jerk standard deviation X axis, | numeric | 0 | 1 | -1 | -0.96 | 1 | -0.6549798 | 0.3932918 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk standard deviation Y axis,
Distribution of values for frequ_body_accel_jerk_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_std_y | Fast fourier tranform frequecy signal, body acceleration jerk standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.6122436 | 0.4335249 | ▇▃▃▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk standard deviation Z axis,
Distribution of values for frequ_body_accel_jerk_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_std_z | Fast fourier tranform frequecy signal, body acceleration jerk standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.96 | 1 | -0.7809284 | 0.2595436 | ▇▂▁▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk mean freq X axis,
Distribution of values for frequ_body_accel_jerk_mean_freq_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_mean_freq_x | Fast fourier tranform frequecy signal, body acceleration jerk mean freq X axis, | numeric | 0 | 1 | -1 | -0.045 | 1 | -0.0477063 | 0.2955416 | ▁▇▇▅▁ |
Fast fourier tranform frequecy signal, body acceleration jerk mean freq Y axis,
Distribution of values for frequ_body_accel_jerk_mean_freq_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_mean_freq_y | Fast fourier tranform frequecy signal, body acceleration jerk mean freq Y axis, | numeric | 0 | 1 | -1 | -0.24 | 1 | -0.2133929 | 0.2721863 | ▁▇▇▁▁ |
Fast fourier tranform frequecy signal, body acceleration jerk mean freq Z axis,
Distribution of values for frequ_body_accel_jerk_mean_freq_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_jerk_mean_freq_z | Fast fourier tranform frequecy signal, body acceleration jerk mean freq Z axis, | numeric | 0 | 1 | -1 | -0.1 | 1 | -0.123828 | 0.2733538 | ▁▆▇▂▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean X axis,
Distribution of values for frequ_body_gyro_mean_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_mean_x | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean X axis, | numeric | 0 | 1 | -1 | -0.89 | 1 | -0.6720943 | 0.3514984 | ▇▅▁▁▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean Y axis,
Distribution of values for frequ_body_gyro_mean_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_mean_y | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean Y axis, | numeric | 0 | 1 | -1 | -0.92 | 1 | -0.7062166 | 0.3356653 | ▇▃▁▁▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean Z axis,
Distribution of values for frequ_body_gyro_mean_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_mean_z | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean Z axis, | numeric | 0 | 1 | -1 | -0.89 | 1 | -0.6441928 | 0.3820194 | ▇▅▂▁▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation X axis,
Distribution of values for frequ_body_gyro_std_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_std_x | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation X axis, | numeric | 0 | 1 | -1 | -0.91 | 1 | -0.7385948 | 0.285773 | ▇▃▁▁▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation Y axis,
Distribution of values for frequ_body_gyro_std_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_std_y | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation Y axis, | numeric | 0 | 1 | -1 | -0.91 | 1 | -0.6742269 | 0.3696647 | ▇▃▁▁▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation Z axis,
Distribution of values for frequ_body_gyro_std_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_std_z | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation Z axis, | numeric | 0 | 1 | -1 | -0.89 | 1 | -0.6904463 | 0.3373102 | ▇▅▁▁▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq X axis,
Distribution of values for frequ_body_gyro_mean_freq_x
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_mean_freq_x | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq X axis, | numeric | 0 | 1 | -1 | -0.099 | 1 | -0.1010427 | 0.2558889 | ▁▅▇▂▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq Y axis,
Distribution of values for frequ_body_gyro_mean_freq_y
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_mean_freq_y | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq Y axis, | numeric | 0 | 1 | -1 | -0.17 | 1 | -0.1742776 | 0.2733333 | ▁▇▇▂▁ |
Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq Z axis,
Distribution of values for frequ_body_gyro_mean_freq_z
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_gyro_mean_freq_z | Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq Z axis, | numeric | 0 | 1 | -1 | -0.054 | 1 | -0.0513929 | 0.2661928 | ▁▅▇▂▁ |
Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude mean
Distribution of values for frequ_body_accel_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_magn_mean | Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.88 | 1 | -0.5859627 | 0.4453266 | ▇▃▃▁▁ |
Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude standard deviation
Distribution of values for frequ_body_accel_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_magn_std | Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.85 | 1 | -0.6595312 | 0.3554288 | ▇▅▂▁▁ |
Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude mean freq
Distribution of values for frequ_body_accel_magn_mean_freq
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_accel_magn_mean_freq | Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude mean freq | numeric | 0 | 1 | -1 | 0.07 | 1 | 0.076876 | 0.2629581 | ▁▂▇▅▁ |
Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude mean
Distribution of values for frequ_body_body_accel_jerk_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_accel_jerk_magn_mean | Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.6207899 | 0.4250641 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude standard deviation
Distribution of values for frequ_body_body_accel_jerk_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_accel_jerk_magn_std | Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.93 | 1 | -0.6400768 | 0.406022 | ▇▃▂▁▁ |
Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude mean freq
Distribution of values for frequ_body_body_accel_jerk_magn_mean_freq
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_accel_jerk_magn_mean_freq | Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude mean freq | numeric | 0 | 1 | -1 | 0.16 | 1 | 0.1732197 | 0.252537 | ▁▁▇▆▁ |
Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude mean
Distribution of values for frequ_body_body_gyro_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_gyro_magn_mean | Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.88 | 1 | -0.6974111 | 0.3237012 | ▇▅▁▁▁ |
Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude standard deviation
Distribution of values for frequ_body_body_gyro_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_gyro_magn_std | Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.83 | 1 | -0.6999764 | 0.3104431 | ▇▃▁▁▁ |
Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude mean freq
Distribution of values for frequ_body_body_gyro_magn_mean_freq
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_gyro_magn_mean_freq | Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude mean freq | numeric | 0 | 1 | -1 | -0.052 | 1 | -0.0415636 | 0.2801418 | ▁▅▇▃▁ |
Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean
Distribution of values for frequ_body_body_gyro_jerk_magn_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_gyro_jerk_magn_mean | Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean | numeric | 0 | 1 | -1 | -0.95 | 1 | -0.7797676 | 0.2675916 | ▇▂▁▁▁ |
Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude standard deviation
Distribution of values for frequ_body_body_gyro_jerk_magn_std
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_gyro_jerk_magn_std | Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude standard deviation | numeric | 0 | 1 | -1 | -0.94 | 1 | -0.7921902 | 0.2591601 | ▇▂▁▁▁ |
Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean freq
Distribution of values for frequ_body_body_gyro_jerk_magn_mean_freq
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| frequ_body_body_gyro_jerk_magn_mean_freq | Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean freq | numeric | 0 | 1 | -1 | 0.14 | 1 | 0.1267078 | 0.245443 | ▁▁▇▆▁ |
Angle of time domains signal (50Hz const rate), body acceleration mean gravity
Distribution of values for angle_timeof_body_accel_mean_gravity
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_timeof_body_accel_mean_gravity | Angle of time domains signal (50Hz const rate), body acceleration mean gravity | numeric | 0 | 1 | -1 | 0.0081 | 1 | 0.0077051 | 0.336591 | ▁▂▇▂▁ |
Angle of time domains signal (50Hz const rate), body acceleration jerk mean gravity mean
Distribution of values for angle_timeof_body_accel_jerk_mean_gravity_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_timeof_body_accel_jerk_mean_gravity_mean | Angle of time domains signal (50Hz const rate), body acceleration jerk mean gravity mean | numeric | 0 | 1 | -1 | 0.0077 | 1 | 0.0026477 | 0.4473638 | ▂▃▇▃▂ |
Angle of time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean gravity mean
Distribution of values for angle_timeof_body_gyro_mean_gravity_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_timeof_body_gyro_mean_gravity_mean | Angle of time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean gravity mean | numeric | 0 | 1 | -1 | 0.017 | 1 | 0.0176831 | 0.6161885 | ▇▆▇▆▇ |
Angle of time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean gravity mean
Distribution of values for angle_timeof_body_gyro_jerk_mean_gravity_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_timeof_body_gyro_jerk_mean_gravity_mean | Angle of time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean gravity mean | numeric | 0 | 1 | -1 | -0.0072 | 1 | -0.0092191 | 0.4847698 | ▃▆▇▆▃ |
Angle of X axis, gravity mean
Distribution of values for angle_x_gravity_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_x_gravity_mean | Angle of X axis, gravity mean | numeric | 0 | 1 | -1 | -0.72 | 1 | -0.4965222 | 0.5111578 | ▇▂▁▂▁ |
Angle of Y axis, gravity mean
Distribution of values for angle_y_gravity_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_y_gravity_mean | Angle of Y axis, gravity mean | numeric | 0 | 1 | -1 | 0.18 | 1 | 0.0632552 | 0.305468 | ▁▂▇▇▁ |
Angle of Z axis, gravity mean
Distribution of values for angle_z_gravity_mean
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| angle_z_gravity_mean | Angle of Z axis, gravity mean | numeric | 0 | 1 | -1 | -0.0039 | 1 | -0.0542843 | 0.2688982 | ▁▂▇▁▁ |
JSON-LD metadata
The following JSON-LD can be found by search engines, if you share this codebook publicly on the web.
{
"name": "Accelerometer Standard Deviation and Mean Data",
"description": "This data set contains the standard deviation and mean of the original data. See the README.txt found in the original data, \"sample_data/getdata_projectfiles_UCI_HAR_Dataset/UCI HAR Dataset/README.txt\", for more information.\n\n\n## Table of variables\nThis table contains variable names, labels, and number of missing values.\nSee the complete codebook for more.\n\n[truncated]\n\n### Note\nThis dataset was automatically described using the [codebook R package](https://rubenarslan.github.io/codebook/) (version 0.9.2).",
"creator": "Robert de Lorimier",
"citation": "Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. Human Activity Recognition on Smartphones using a Multiclass Hardware-Friendly Support Vector Machine. International Workshop of Ambient Assisted Living (IWAAL 2012). Vitoria-Gasteiz, Spain. Dec 2012",
"url": "https://github.com/rodelor97/GettingCleaningDataWeek4Project",
"datePublished": "2021-01-23",
"spatialCoverage": "Online",
"keywords": ["subject_id", "activity_name", "timeof_body_accel_mean_x", "timeof_body_accel_mean_y", "timeof_body_accel_mean_z", "timeof_body_accel_std_x", "timeof_body_accel_std_y", "timeof_body_accel_std_z", "timeof_gravity_accel_mean_x", "timeof_gravity_accel_mean_y", "timeof_gravity_accel_mean_z", "timeof_gravity_accel_std_x", "timeof_gravity_accel_std_y", "timeof_gravity_accel_std_z", "timeof_body_accel_jerk_mean_x", "timeof_body_accel_jerk_mean_y", "timeof_body_accel_jerk_mean_z", "timeof_body_accel_jerk_std_x", "timeof_body_accel_jerk_std_y", "timeof_body_accel_jerk_std_z", "timeof_body_gyro_mean_x", "timeof_body_gyro_mean_y", "timeof_body_gyro_mean_z", "timeof_body_gyro_std_x", "timeof_body_gyro_std_y", "timeof_body_gyro_std_z", "timeof_body_gyro_jerk_mean_x", "timeof_body_gyro_jerk_mean_y", "timeof_body_gyro_jerk_mean_z", "timeof_body_gyro_jerk_std_x", "timeof_body_gyro_jerk_std_y", "timeof_body_gyro_jerk_std_z", "timeof_body_accel_magn_mean", "timeof_body_accel_magn_std", "timeof_gravity_accel_magn_mean", "timeof_gravity_accel_magn_std", "timeof_body_accel_jerk_magn_mean", "timeof_body_accel_jerk_magn_std", "timeof_body_gyro_magn_mean", "timeof_body_gyro_magn_std", "timeof_body_gyro_jerk_magn_mean", "timeof_body_gyro_jerk_magn_std", "frequ_body_accel_mean_x", "frequ_body_accel_mean_y", "frequ_body_accel_mean_z", "frequ_body_accel_std_x", "frequ_body_accel_std_y", "frequ_body_accel_std_z", "frequ_body_accel_mean_freq_x", "frequ_body_accel_mean_freq_y", "frequ_body_accel_mean_freq_z", "frequ_body_accel_jerk_mean_x", "frequ_body_accel_jerk_mean_y", "frequ_body_accel_jerk_mean_z", "frequ_body_accel_jerk_std_x", "frequ_body_accel_jerk_std_y", "frequ_body_accel_jerk_std_z", "frequ_body_accel_jerk_mean_freq_x", "frequ_body_accel_jerk_mean_freq_y", "frequ_body_accel_jerk_mean_freq_z", "frequ_body_gyro_mean_x", "frequ_body_gyro_mean_y", "frequ_body_gyro_mean_z", "frequ_body_gyro_std_x", "frequ_body_gyro_std_y", "frequ_body_gyro_std_z", "frequ_body_gyro_mean_freq_x", "frequ_body_gyro_mean_freq_y", "frequ_body_gyro_mean_freq_z", "frequ_body_accel_magn_mean", "frequ_body_accel_magn_std", "frequ_body_accel_magn_mean_freq", "frequ_body_body_accel_jerk_magn_mean", "frequ_body_body_accel_jerk_magn_std", "frequ_body_body_accel_jerk_magn_mean_freq", "frequ_body_body_gyro_magn_mean", "frequ_body_body_gyro_magn_std", "frequ_body_body_gyro_magn_mean_freq", "frequ_body_body_gyro_jerk_magn_mean", "frequ_body_body_gyro_jerk_magn_std", "frequ_body_body_gyro_jerk_magn_mean_freq", "angle_timeof_body_accel_mean_gravity", "angle_timeof_body_accel_jerk_mean_gravity_mean", "angle_timeof_body_gyro_mean_gravity_mean", "angle_timeof_body_gyro_jerk_mean_gravity_mean", "angle_x_gravity_mean", "angle_y_gravity_mean", "angle_z_gravity_mean"],
"@context": "http://schema.org/",
"@type": "Dataset",
"variableMeasured": [
{
"name": "subject_id",
"description": "Subject id",
"@type": "propertyValue"
},
{
"name": "activity_name",
"description": "Activity name",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_mean_x",
"description": "Time domains signal (50Hz const rate), body acceleration mean X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_mean_y",
"description": "Time domains signal (50Hz const rate), body acceleration mean Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_mean_z",
"description": "Time domains signal (50Hz const rate), body acceleration mean Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_std_x",
"description": "Time domains signal (50Hz const rate), body acceleration standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_std_y",
"description": "Time domains signal (50Hz const rate), body acceleration standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_std_z",
"description": "Time domains signal (50Hz const rate), body acceleration standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_mean_x",
"description": "Time domains signal (50Hz const rate), gravity acceleration mean X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_mean_y",
"description": "Time domains signal (50Hz const rate), gravity acceleration mean Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_mean_z",
"description": "Time domains signal (50Hz const rate), gravity acceleration mean Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_std_x",
"description": "Time domains signal (50Hz const rate), gravity acceleration standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_std_y",
"description": "Time domains signal (50Hz const rate), gravity acceleration standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_std_z",
"description": "Time domains signal (50Hz const rate), gravity acceleration standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_mean_x",
"description": "Time domains signal (50Hz const rate), body acceleration jerk mean X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_mean_y",
"description": "Time domains signal (50Hz const rate), body acceleration jerk mean Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_mean_z",
"description": "Time domains signal (50Hz const rate), body acceleration jerk mean Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_std_x",
"description": "Time domains signal (50Hz const rate), body acceleration jerk standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_std_y",
"description": "Time domains signal (50Hz const rate), body acceleration jerk standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_std_z",
"description": "Time domains signal (50Hz const rate), body acceleration jerk standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_mean_x",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_mean_y",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_mean_z",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_std_x",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_std_y",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_std_z",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_mean_x",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_mean_y",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_mean_z",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_std_x",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_std_y",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_std_z",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_magn_mean",
"description": "Time domains signal (50Hz const rate), body acceleration euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_magn_std",
"description": "Time domains signal (50Hz const rate), body acceleration euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_magn_mean",
"description": "Time domains signal (50Hz const rate), gravity acceleration euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "timeof_gravity_accel_magn_std",
"description": "Time domains signal (50Hz const rate), gravity acceleration euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_magn_mean",
"description": "Time domains signal (50Hz const rate), body acceleration jerk euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "timeof_body_accel_jerk_magn_std",
"description": "Time domains signal (50Hz const rate), body acceleration jerk euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_magn_mean",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_magn_std",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_magn_mean",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "timeof_body_gyro_jerk_magn_std",
"description": "Time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_mean_x",
"description": "Fast fourier tranform frequecy signal, body acceleration mean X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_mean_y",
"description": "Fast fourier tranform frequecy signal, body acceleration mean Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_mean_z",
"description": "Fast fourier tranform frequecy signal, body acceleration mean Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_std_x",
"description": "Fast fourier tranform frequecy signal, body acceleration standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_std_y",
"description": "Fast fourier tranform frequecy signal, body acceleration standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_std_z",
"description": "Fast fourier tranform frequecy signal, body acceleration standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_mean_freq_x",
"description": "Fast fourier tranform frequecy signal, body acceleration mean freq X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_mean_freq_y",
"description": "Fast fourier tranform frequecy signal, body acceleration mean freq Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_mean_freq_z",
"description": "Fast fourier tranform frequecy signal, body acceleration mean freq Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_mean_x",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk mean X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_mean_y",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk mean Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_mean_z",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk mean Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_std_x",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_std_y",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_std_z",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_mean_freq_x",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk mean freq X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_mean_freq_y",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk mean freq Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_jerk_mean_freq_z",
"description": "Fast fourier tranform frequecy signal, body acceleration jerk mean freq Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_mean_x",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_mean_y",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_mean_z",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_std_x",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_std_y",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_std_z",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal standard deviation Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_mean_freq_x",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq X axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_mean_freq_y",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq Y axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_gyro_mean_freq_z",
"description": "Fast fourier tranform frequecy signal, body gyroscope 3-axial raw signal mean freq Z axis,",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_magn_mean",
"description": "Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_magn_std",
"description": "Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "frequ_body_accel_magn_mean_freq",
"description": "Fast fourier tranform frequecy signal, body acceleration euclidean norm magnitude mean freq",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_accel_jerk_magn_mean",
"description": "Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_accel_jerk_magn_std",
"description": "Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_accel_jerk_magn_mean_freq",
"description": "Fast fourier tranform frequecy signal, body to body acceleration jerk euclidean norm magnitude mean freq",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_gyro_magn_mean",
"description": "Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_gyro_magn_std",
"description": "Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_gyro_magn_mean_freq",
"description": "Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal euclidean norm magnitude mean freq",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_gyro_jerk_magn_mean",
"description": "Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_gyro_jerk_magn_std",
"description": "Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude standard deviation",
"@type": "propertyValue"
},
{
"name": "frequ_body_body_gyro_jerk_magn_mean_freq",
"description": "Fast fourier tranform frequecy signal, body to body gyroscope 3-axial raw signal jerk euclidean norm magnitude mean freq",
"@type": "propertyValue"
},
{
"name": "angle_timeof_body_accel_mean_gravity",
"description": "Angle of time domains signal (50Hz const rate), body acceleration mean gravity",
"@type": "propertyValue"
},
{
"name": "angle_timeof_body_accel_jerk_mean_gravity_mean",
"description": "Angle of time domains signal (50Hz const rate), body acceleration jerk mean gravity mean",
"@type": "propertyValue"
},
{
"name": "angle_timeof_body_gyro_mean_gravity_mean",
"description": "Angle of time domains signal (50Hz const rate), body gyroscope 3-axial raw signal mean gravity mean",
"@type": "propertyValue"
},
{
"name": "angle_timeof_body_gyro_jerk_mean_gravity_mean",
"description": "Angle of time domains signal (50Hz const rate), body gyroscope 3-axial raw signal jerk mean gravity mean",
"@type": "propertyValue"
},
{
"name": "angle_x_gravity_mean",
"description": "Angle of X axis, gravity mean",
"@type": "propertyValue"
},
{
"name": "angle_y_gravity_mean",
"description": "Angle of Y axis, gravity mean",
"@type": "propertyValue"
},
{
"name": "angle_z_gravity_mean",
"description": "Angle of Z axis, gravity mean",
"@type": "propertyValue"
}
]
}`